home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20021006-20030409 / 000033_fdc@columbia.edu_Sun Oct 27 09:52:54 EST 2002.msg < prev    next >
Text File  |  2020-01-01  |  1KB  |  33 lines

  1. Article: 13796 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: fdc@columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: K95 GUI window placement
  6. Date: 27 Oct 2002 09:52:44 -0500
  7. Organization: Columbia University
  8. Lines: 16
  9. Message-ID: <apgujs$tq$1@watsol.cc.columbia.edu>
  10. References: <Xns92B3B3EF85721nilch1@216.148.227.77>
  11. NNTP-Posting-Host: watsol.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1035730365 20659 128.59.39.139 (27 Oct 2002 14:52:45 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 27 Oct 2002 14:52:45 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13796
  16.  
  17. In article <Xns92B3B3EF85721nilch1@216.148.227.77>,
  18. Nil  <rednoise0@lycos.com> wrote:
  19. : Is there any way to have the Kermit95 GUI terminal window open up in 
  20. : the same position each time when launching it from a Windows shortcut, 
  21. : rather than the dialer?
  22. :
  23. Right-click on the shortcut, choose Properties.  In the Target box,
  24. where it has the path of the executable, add the following command-line
  25. options after the pathname:
  26.  
  27.   --xpos:x --ypos:y
  28.  
  29. replacing x and y with the desired position, expressed in pixels from the
  30. upper left corner.
  31.  
  32. - Frank
  33.